Esx Settings Clusters Vms Solutions HostSolutionsApplyFilterSpec

Esx Settings Clusters Vms Solutions HostSolutionsApplyFilterSpec
Esx Settings Clusters Vms Solutions HostSolutionsApplyFilterSpec

The Esx Settings Clusters Vms Solutions HostSolutionsApplyFilterSpec schema contains properties that describe a filter that to be used for applying the desired specification of solutions with deployment type Esx Settings Clusters Vms DeploymentType.EVERY_HOST_PINNED to a given cluster.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "solutions": [
        "string"
    ],
    "hosts": [
        "string"
    ]
}
array of string
solutions
Optional

Specific solutions within the cluster to be considered during the execution of the apply operation.

This property was added in vSphere API 9.0.0.0.

if missing or null or empty, all solutions are applied.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution.

array of string
hosts
Optional

Hosts on which solutions that are specified by this structure need to be applied.

This property was added in vSphere API 9.0.0.0.

if missing or null or empty, the solutions are applied on all of the hosts in the cluster.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.